[INFO] fetching crate esi_client 0.0.1...
[INFO] checking esi_client-0.0.1 against try#21cad1f647cfd05a566220f933edd88a53e50bcf for pr-129249-1
[INFO] extracting crate esi_client 0.0.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate esi_client 0.0.1
[INFO] finished tweaking crates.io crate esi_client 0.0.1
[INFO] tweaked toml for crates.io crate esi_client 0.0.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate esi_client 0.0.1 on toolchain 21cad1f647cfd05a566220f933edd88a53e50bcf
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 187 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.9.24 (available: v0.13.4)
[INFO] [stderr]       Adding url v1.7.2 (available: v2.5.8)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `esi_client` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9
[INFO] running `Command { std: "docker" "start" "5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9" "/opt/rustwide/cargo-home/bin/cargo" "+21cad1f647cfd05a566220f933edd88a53e50bcf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `esi_client` (manifest) generated 1 warning
[INFO] [stderr]     Checking esi_client v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::models::*`
[INFO] [stdout]   --> src/apis/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use super::models::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::models::*`
[INFO] [stdout]   --> src/apis/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use super::models::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/apis/client.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |   alliance_api: Box<::apis::AllianceApi>,
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |   alliance_api: Box<dyn (::apis::AllianceApi)>,
[INFO] [stdout]   |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/apis/client.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |   assets_api: Box<::apis::AssetsApi>,
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |   assets_api: Box<dyn (::apis::AssetsApi)>,
[INFO] [stdout]   |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/apis/client.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |   bookmarks_api: Box<::apis::BookmarksApi>,
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |   bookmarks_api: Box<dyn (::apis::BookmarksApi)>,
[INFO] [stdout]   |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |   calendar_api: Box<::apis::CalendarApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 10 |   calendar_api: Box<dyn (::apis::CalendarApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 |   character_api: Box<::apis::CharacterApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |   character_api: Box<dyn (::apis::CharacterApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |   clones_api: Box<::apis::ClonesApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 |   clones_api: Box<dyn (::apis::ClonesApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |   contacts_api: Box<::apis::ContactsApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |   contacts_api: Box<dyn (::apis::ContactsApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 |   contracts_api: Box<::apis::ContractsApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 |   contracts_api: Box<dyn (::apis::ContractsApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |   corporation_api: Box<::apis::CorporationApi>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |   corporation_api: Box<dyn (::apis::CorporationApi)>,
[INFO] [stdout]    |                        +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 |   dogma_api: Box<::apis::DogmaApi>,
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 |   dogma_api: Box<dyn (::apis::DogmaApi)>,
[INFO] [stdout]    |                  +++++                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |   faction_warfare_api: Box<::apis::FactionWarfareApi>,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |   faction_warfare_api: Box<dyn (::apis::FactionWarfareApi)>,
[INFO] [stdout]    |                            +++++                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fittings_api: Box<::apis::FittingsApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fittings_api: Box<dyn (::apis::FittingsApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |   fleets_api: Box<::apis::FleetsApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |   fleets_api: Box<dyn (::apis::FleetsApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |   incursions_api: Box<::apis::IncursionsApi>,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |   incursions_api: Box<dyn (::apis::IncursionsApi)>,
[INFO] [stdout]    |                       +++++                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 |   industry_api: Box<::apis::IndustryApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 21 |   industry_api: Box<dyn (::apis::IndustryApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |   insurance_api: Box<::apis::InsuranceApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |   insurance_api: Box<dyn (::apis::InsuranceApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |   killmails_api: Box<::apis::KillmailsApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 |   killmails_api: Box<dyn (::apis::KillmailsApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |   location_api: Box<::apis::LocationApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |   location_api: Box<dyn (::apis::LocationApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 25 |   loyalty_api: Box<::apis::LoyaltyApi>,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |   loyalty_api: Box<dyn (::apis::LoyaltyApi)>,
[INFO] [stdout]    |                    +++++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |   mail_api: Box<::apis::MailApi>,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 26 |   mail_api: Box<dyn (::apis::MailApi)>,
[INFO] [stdout]    |                 +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 |   market_api: Box<::apis::MarketApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 27 |   market_api: Box<dyn (::apis::MarketApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |   opportunities_api: Box<::apis::OpportunitiesApi>,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |   opportunities_api: Box<dyn (::apis::OpportunitiesApi)>,
[INFO] [stdout]    |                          +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |   planetary_interaction_api: Box<::apis::PlanetaryInteractionApi>,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |   planetary_interaction_api: Box<dyn (::apis::PlanetaryInteractionApi)>,
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 30 |   routes_api: Box<::apis::RoutesApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 |   routes_api: Box<dyn (::apis::RoutesApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |   search_api: Box<::apis::SearchApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 |   search_api: Box<dyn (::apis::SearchApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |   skills_api: Box<::apis::SkillsApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 32 |   skills_api: Box<dyn (::apis::SkillsApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |   sovereignty_api: Box<::apis::SovereigntyApi>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 33 |   sovereignty_api: Box<dyn (::apis::SovereigntyApi)>,
[INFO] [stdout]    |                        +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |   status_api: Box<::apis::StatusApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 |   status_api: Box<dyn (::apis::StatusApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |   universe_api: Box<::apis::UniverseApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 |   universe_api: Box<dyn (::apis::UniverseApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/apis/client.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 |   alliance_api: Box<::apis::AllianceApi>,
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]   = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 7 |   alliance_api: Box<dyn (::apis::AllianceApi)>,
[INFO] [stdout]   |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |   user_interface_api: Box<::apis::UserInterfaceApi>,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |   user_interface_api: Box<dyn (::apis::UserInterfaceApi)>,
[INFO] [stdout]    |                           +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |   wallet_api: Box<::apis::WalletApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |   wallet_api: Box<dyn (::apis::WalletApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |   wars_api: Box<::apis::WarsApi>,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 |   wars_api: Box<dyn (::apis::WarsApi)>,
[INFO] [stdout]    |                 +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/apis/client.rs:8:19
[INFO] [stdout]   |
[INFO] [stdout] 8 |   assets_api: Box<::apis::AssetsApi>,
[INFO] [stdout]   |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 8 |   assets_api: Box<dyn (::apis::AssetsApi)>,
[INFO] [stdout]   |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]  --> src/apis/client.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 |   bookmarks_api: Box<::apis::BookmarksApi>,
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]   = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]   |
[INFO] [stdout] 9 |   bookmarks_api: Box<dyn (::apis::BookmarksApi)>,
[INFO] [stdout]   |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 |   calendar_api: Box<::apis::CalendarApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 10 |   calendar_api: Box<dyn (::apis::CalendarApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 |   character_api: Box<::apis::CharacterApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 11 |   character_api: Box<dyn (::apis::CharacterApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |   clones_api: Box<::apis::ClonesApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 12 |   clones_api: Box<dyn (::apis::ClonesApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:13:21
[INFO] [stdout]    |
[INFO] [stdout] 13 |   contacts_api: Box<::apis::ContactsApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 13 |   contacts_api: Box<dyn (::apis::ContactsApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 |   contracts_api: Box<::apis::ContractsApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 14 |   contracts_api: Box<dyn (::apis::ContractsApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:15:24
[INFO] [stdout]    |
[INFO] [stdout] 15 |   corporation_api: Box<::apis::CorporationApi>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 15 |   corporation_api: Box<dyn (::apis::CorporationApi)>,
[INFO] [stdout]    |                        +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 |   dogma_api: Box<::apis::DogmaApi>,
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 16 |   dogma_api: Box<dyn (::apis::DogmaApi)>,
[INFO] [stdout]    |                  +++++                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:17:28
[INFO] [stdout]    |
[INFO] [stdout] 17 |   faction_warfare_api: Box<::apis::FactionWarfareApi>,
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 17 |   faction_warfare_api: Box<dyn (::apis::FactionWarfareApi)>,
[INFO] [stdout]    |                            +++++                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fittings_api: Box<::apis::FittingsApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 18 |   fittings_api: Box<dyn (::apis::FittingsApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:19:19
[INFO] [stdout]    |
[INFO] [stdout] 19 |   fleets_api: Box<::apis::FleetsApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 19 |   fleets_api: Box<dyn (::apis::FleetsApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |   incursions_api: Box<::apis::IncursionsApi>,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 20 |   incursions_api: Box<dyn (::apis::IncursionsApi)>,
[INFO] [stdout]    |                       +++++                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 |   industry_api: Box<::apis::IndustryApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 21 |   industry_api: Box<dyn (::apis::IndustryApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:22:22
[INFO] [stdout]    |
[INFO] [stdout] 22 |   insurance_api: Box<::apis::InsuranceApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 22 |   insurance_api: Box<dyn (::apis::InsuranceApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:23:22
[INFO] [stdout]    |
[INFO] [stdout] 23 |   killmails_api: Box<::apis::KillmailsApi>,
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 23 |   killmails_api: Box<dyn (::apis::KillmailsApi)>,
[INFO] [stdout]    |                      +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 24 |   location_api: Box<::apis::LocationApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |   location_api: Box<dyn (::apis::LocationApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:25:20
[INFO] [stdout]    |
[INFO] [stdout] 25 |   loyalty_api: Box<::apis::LoyaltyApi>,
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 25 |   loyalty_api: Box<dyn (::apis::LoyaltyApi)>,
[INFO] [stdout]    |                    +++++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |   mail_api: Box<::apis::MailApi>,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 26 |   mail_api: Box<dyn (::apis::MailApi)>,
[INFO] [stdout]    |                 +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:27:19
[INFO] [stdout]    |
[INFO] [stdout] 27 |   market_api: Box<::apis::MarketApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 27 |   market_api: Box<dyn (::apis::MarketApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:28:26
[INFO] [stdout]    |
[INFO] [stdout] 28 |   opportunities_api: Box<::apis::OpportunitiesApi>,
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 28 |   opportunities_api: Box<dyn (::apis::OpportunitiesApi)>,
[INFO] [stdout]    |                          +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:29:34
[INFO] [stdout]    |
[INFO] [stdout] 29 |   planetary_interaction_api: Box<::apis::PlanetaryInteractionApi>,
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 29 |   planetary_interaction_api: Box<dyn (::apis::PlanetaryInteractionApi)>,
[INFO] [stdout]    |                                  +++++                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 30 |   routes_api: Box<::apis::RoutesApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 30 |   routes_api: Box<dyn (::apis::RoutesApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:31:19
[INFO] [stdout]    |
[INFO] [stdout] 31 |   search_api: Box<::apis::SearchApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 31 |   search_api: Box<dyn (::apis::SearchApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:32:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |   skills_api: Box<::apis::SkillsApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 32 |   skills_api: Box<dyn (::apis::SkillsApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:33:24
[INFO] [stdout]    |
[INFO] [stdout] 33 |   sovereignty_api: Box<::apis::SovereigntyApi>,
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 33 |   sovereignty_api: Box<dyn (::apis::SovereigntyApi)>,
[INFO] [stdout]    |                        +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |   status_api: Box<::apis::StatusApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 34 |   status_api: Box<dyn (::apis::StatusApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |   universe_api: Box<::apis::UniverseApi>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 35 |   universe_api: Box<dyn (::apis::UniverseApi)>,
[INFO] [stdout]    |                     +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:36:27
[INFO] [stdout]    |
[INFO] [stdout] 36 |   user_interface_api: Box<::apis::UserInterfaceApi>,
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 36 |   user_interface_api: Box<dyn (::apis::UserInterfaceApi)>,
[INFO] [stdout]    |                           +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:37:19
[INFO] [stdout]    |
[INFO] [stdout] 37 |   wallet_api: Box<::apis::WalletApi>,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |   wallet_api: Box<dyn (::apis::WalletApi)>,
[INFO] [stdout]    |                   +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |   wars_api: Box<::apis::WarsApi>,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 38 |   wars_api: Box<dyn (::apis::WarsApi)>,
[INFO] [stdout]    |                 +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:82:34
[INFO] [stdout]    |
[INFO] [stdout] 82 |   pub fn alliance_api(&self) -> &::apis::AllianceApi{
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |   pub fn alliance_api(&self) -> &dyn (::apis::AllianceApi){
[INFO] [stdout]    |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |   pub fn assets_api(&self) -> &::apis::AssetsApi{
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 86 |   pub fn assets_api(&self) -> &dyn (::apis::AssetsApi){
[INFO] [stdout]    |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub fn bookmarks_api(&self) -> &::apis::BookmarksApi{
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub fn bookmarks_api(&self) -> &dyn (::apis::BookmarksApi){
[INFO] [stdout]    |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 |   pub fn calendar_api(&self) -> &::apis::CalendarApi{
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |   pub fn calendar_api(&self) -> &dyn (::apis::CalendarApi){
[INFO] [stdout]    |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:98:35
[INFO] [stdout]    |
[INFO] [stdout] 98 |   pub fn character_api(&self) -> &::apis::CharacterApi{
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |   pub fn character_api(&self) -> &dyn (::apis::CharacterApi){
[INFO] [stdout]    |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:82:34
[INFO] [stdout]    |
[INFO] [stdout] 82 |   pub fn alliance_api(&self) -> &::apis::AllianceApi{
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 82 |   pub fn alliance_api(&self) -> &dyn (::apis::AllianceApi){
[INFO] [stdout]    |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |   pub fn assets_api(&self) -> &::apis::AssetsApi{
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 86 |   pub fn assets_api(&self) -> &dyn (::apis::AssetsApi){
[INFO] [stdout]    |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:102:32
[INFO] [stdout]     |
[INFO] [stdout] 102 |   pub fn clones_api(&self) -> &::apis::ClonesApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |   pub fn clones_api(&self) -> &dyn (::apis::ClonesApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 |   pub fn contacts_api(&self) -> &::apis::ContactsApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 106 |   pub fn contacts_api(&self) -> &dyn (::apis::ContactsApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:90:35
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub fn bookmarks_api(&self) -> &::apis::BookmarksApi{
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 90 |   pub fn bookmarks_api(&self) -> &dyn (::apis::BookmarksApi){
[INFO] [stdout]    |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:110:35
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub fn contracts_api(&self) -> &::apis::ContractsApi{
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub fn contracts_api(&self) -> &dyn (::apis::ContractsApi){
[INFO] [stdout]     |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:114:37
[INFO] [stdout]     |
[INFO] [stdout] 114 |   pub fn corporation_api(&self) -> &::apis::CorporationApi{
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 114 |   pub fn corporation_api(&self) -> &dyn (::apis::CorporationApi){
[INFO] [stdout]     |                                     +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:118:31
[INFO] [stdout]     |
[INFO] [stdout] 118 |   pub fn dogma_api(&self) -> &::apis::DogmaApi{
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |   pub fn dogma_api(&self) -> &dyn (::apis::DogmaApi){
[INFO] [stdout]     |                               +++++                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:122:41
[INFO] [stdout]     |
[INFO] [stdout] 122 |   pub fn faction_warfare_api(&self) -> &::apis::FactionWarfareApi{
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |   pub fn faction_warfare_api(&self) -> &dyn (::apis::FactionWarfareApi){
[INFO] [stdout]     |                                         +++++                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:126:34
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn fittings_api(&self) -> &::apis::FittingsApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn fittings_api(&self) -> &dyn (::apis::FittingsApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |   pub fn fleets_api(&self) -> &::apis::FleetsApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 130 |   pub fn fleets_api(&self) -> &dyn (::apis::FleetsApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:134:36
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub fn incursions_api(&self) -> &::apis::IncursionsApi{
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub fn incursions_api(&self) -> &dyn (::apis::IncursionsApi){
[INFO] [stdout]     |                                    +++++                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:138:34
[INFO] [stdout]     |
[INFO] [stdout] 138 |   pub fn industry_api(&self) -> &::apis::IndustryApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 138 |   pub fn industry_api(&self) -> &dyn (::apis::IndustryApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |   pub fn insurance_api(&self) -> &::apis::InsuranceApi{
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 142 |   pub fn insurance_api(&self) -> &dyn (::apis::InsuranceApi){
[INFO] [stdout]     |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:94:34
[INFO] [stdout]    |
[INFO] [stdout] 94 |   pub fn calendar_api(&self) -> &::apis::CalendarApi{
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 94 |   pub fn calendar_api(&self) -> &dyn (::apis::CalendarApi){
[INFO] [stdout]    |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |   pub fn killmails_api(&self) -> &::apis::KillmailsApi{
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 146 |   pub fn killmails_api(&self) -> &dyn (::apis::KillmailsApi){
[INFO] [stdout]     |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/apis/client.rs:98:35
[INFO] [stdout]    |
[INFO] [stdout] 98 |   pub fn character_api(&self) -> &::apis::CharacterApi{
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 98 |   pub fn character_api(&self) -> &dyn (::apis::CharacterApi){
[INFO] [stdout]    |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:150:34
[INFO] [stdout]     |
[INFO] [stdout] 150 |   pub fn location_api(&self) -> &::apis::LocationApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 150 |   pub fn location_api(&self) -> &dyn (::apis::LocationApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:154:33
[INFO] [stdout]     |
[INFO] [stdout] 154 |   pub fn loyalty_api(&self) -> &::apis::LoyaltyApi{
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 154 |   pub fn loyalty_api(&self) -> &dyn (::apis::LoyaltyApi){
[INFO] [stdout]     |                                 +++++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:102:32
[INFO] [stdout]     |
[INFO] [stdout] 102 |   pub fn clones_api(&self) -> &::apis::ClonesApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 102 |   pub fn clones_api(&self) -> &dyn (::apis::ClonesApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |   pub fn mail_api(&self) -> &::apis::MailApi{
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 158 |   pub fn mail_api(&self) -> &dyn (::apis::MailApi){
[INFO] [stdout]     |                              +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:106:34
[INFO] [stdout]     |
[INFO] [stdout] 106 |   pub fn contacts_api(&self) -> &::apis::ContactsApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 106 |   pub fn contacts_api(&self) -> &dyn (::apis::ContactsApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:162:32
[INFO] [stdout]     |
[INFO] [stdout] 162 |   pub fn market_api(&self) -> &::apis::MarketApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 162 |   pub fn market_api(&self) -> &dyn (::apis::MarketApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:166:39
[INFO] [stdout]     |
[INFO] [stdout] 166 |   pub fn opportunities_api(&self) -> &::apis::OpportunitiesApi{
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 166 |   pub fn opportunities_api(&self) -> &dyn (::apis::OpportunitiesApi){
[INFO] [stdout]     |                                       +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |   pub fn planetary_interaction_api(&self) -> &::apis::PlanetaryInteractionApi{
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |   pub fn planetary_interaction_api(&self) -> &dyn (::apis::PlanetaryInteractionApi){
[INFO] [stdout]     |                                               +++++                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:174:32
[INFO] [stdout]     |
[INFO] [stdout] 174 |   pub fn routes_api(&self) -> &::apis::RoutesApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 174 |   pub fn routes_api(&self) -> &dyn (::apis::RoutesApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:178:32
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn search_api(&self) -> &::apis::SearchApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn search_api(&self) -> &dyn (::apis::SearchApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:110:35
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub fn contracts_api(&self) -> &::apis::ContractsApi{
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 110 |   pub fn contracts_api(&self) -> &dyn (::apis::ContractsApi){
[INFO] [stdout]     |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:182:32
[INFO] [stdout]     |
[INFO] [stdout] 182 |   pub fn skills_api(&self) -> &::apis::SkillsApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 182 |   pub fn skills_api(&self) -> &dyn (::apis::SkillsApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:114:37
[INFO] [stdout]     |
[INFO] [stdout] 114 |   pub fn corporation_api(&self) -> &::apis::CorporationApi{
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 114 |   pub fn corporation_api(&self) -> &dyn (::apis::CorporationApi){
[INFO] [stdout]     |                                     +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:118:31
[INFO] [stdout]     |
[INFO] [stdout] 118 |   pub fn dogma_api(&self) -> &::apis::DogmaApi{
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 118 |   pub fn dogma_api(&self) -> &dyn (::apis::DogmaApi){
[INFO] [stdout]     |                               +++++                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:186:37
[INFO] [stdout]     |
[INFO] [stdout] 186 |   pub fn sovereignty_api(&self) -> &::apis::SovereigntyApi{
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 186 |   pub fn sovereignty_api(&self) -> &dyn (::apis::SovereigntyApi){
[INFO] [stdout]     |                                     +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:190:32
[INFO] [stdout]     |
[INFO] [stdout] 190 |   pub fn status_api(&self) -> &::apis::StatusApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 190 |   pub fn status_api(&self) -> &dyn (::apis::StatusApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:122:41
[INFO] [stdout]     |
[INFO] [stdout] 122 |   pub fn faction_warfare_api(&self) -> &::apis::FactionWarfareApi{
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 122 |   pub fn faction_warfare_api(&self) -> &dyn (::apis::FactionWarfareApi){
[INFO] [stdout]     |                                         +++++                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:194:34
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn universe_api(&self) -> &::apis::UniverseApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn universe_api(&self) -> &dyn (::apis::UniverseApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:126:34
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn fittings_api(&self) -> &::apis::FittingsApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 126 |   pub fn fittings_api(&self) -> &dyn (::apis::FittingsApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:130:32
[INFO] [stdout]     |
[INFO] [stdout] 130 |   pub fn fleets_api(&self) -> &::apis::FleetsApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 130 |   pub fn fleets_api(&self) -> &dyn (::apis::FleetsApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:134:36
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub fn incursions_api(&self) -> &::apis::IncursionsApi{
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 134 |   pub fn incursions_api(&self) -> &dyn (::apis::IncursionsApi){
[INFO] [stdout]     |                                    +++++                     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:138:34
[INFO] [stdout]     |
[INFO] [stdout] 138 |   pub fn industry_api(&self) -> &::apis::IndustryApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 138 |   pub fn industry_api(&self) -> &dyn (::apis::IndustryApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:142:35
[INFO] [stdout]     |
[INFO] [stdout] 142 |   pub fn insurance_api(&self) -> &::apis::InsuranceApi{
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 142 |   pub fn insurance_api(&self) -> &dyn (::apis::InsuranceApi){
[INFO] [stdout]     |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:198:40
[INFO] [stdout]     |
[INFO] [stdout] 198 |   pub fn user_interface_api(&self) -> &::apis::UserInterfaceApi{
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 198 |   pub fn user_interface_api(&self) -> &dyn (::apis::UserInterfaceApi){
[INFO] [stdout]     |                                        +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:146:35
[INFO] [stdout]     |
[INFO] [stdout] 146 |   pub fn killmails_api(&self) -> &::apis::KillmailsApi{
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 146 |   pub fn killmails_api(&self) -> &dyn (::apis::KillmailsApi){
[INFO] [stdout]     |                                   +++++                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:202:32
[INFO] [stdout]     |
[INFO] [stdout] 202 |   pub fn wallet_api(&self) -> &::apis::WalletApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 202 |   pub fn wallet_api(&self) -> &dyn (::apis::WalletApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:150:34
[INFO] [stdout]     |
[INFO] [stdout] 150 |   pub fn location_api(&self) -> &::apis::LocationApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 150 |   pub fn location_api(&self) -> &dyn (::apis::LocationApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:206:30
[INFO] [stdout]     |
[INFO] [stdout] 206 |   pub fn wars_api(&self) -> &::apis::WarsApi{
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 206 |   pub fn wars_api(&self) -> &dyn (::apis::WarsApi){
[INFO] [stdout]     |                              +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:154:33
[INFO] [stdout]     |
[INFO] [stdout] 154 |   pub fn loyalty_api(&self) -> &::apis::LoyaltyApi{
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 154 |   pub fn loyalty_api(&self) -> &dyn (::apis::LoyaltyApi){
[INFO] [stdout]     |                                 +++++                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:158:30
[INFO] [stdout]     |
[INFO] [stdout] 158 |   pub fn mail_api(&self) -> &::apis::MailApi{
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 158 |   pub fn mail_api(&self) -> &dyn (::apis::MailApi){
[INFO] [stdout]     |                              +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:162:32
[INFO] [stdout]     |
[INFO] [stdout] 162 |   pub fn market_api(&self) -> &::apis::MarketApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 162 |   pub fn market_api(&self) -> &dyn (::apis::MarketApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:166:39
[INFO] [stdout]     |
[INFO] [stdout] 166 |   pub fn opportunities_api(&self) -> &::apis::OpportunitiesApi{
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 166 |   pub fn opportunities_api(&self) -> &dyn (::apis::OpportunitiesApi){
[INFO] [stdout]     |                                       +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |   pub fn planetary_interaction_api(&self) -> &::apis::PlanetaryInteractionApi{
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 170 |   pub fn planetary_interaction_api(&self) -> &dyn (::apis::PlanetaryInteractionApi){
[INFO] [stdout]     |                                               +++++                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:174:32
[INFO] [stdout]     |
[INFO] [stdout] 174 |   pub fn routes_api(&self) -> &::apis::RoutesApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 174 |   pub fn routes_api(&self) -> &dyn (::apis::RoutesApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:178:32
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn search_api(&self) -> &::apis::SearchApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn search_api(&self) -> &dyn (::apis::SearchApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:182:32
[INFO] [stdout]     |
[INFO] [stdout] 182 |   pub fn skills_api(&self) -> &::apis::SkillsApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 182 |   pub fn skills_api(&self) -> &dyn (::apis::SkillsApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:186:37
[INFO] [stdout]     |
[INFO] [stdout] 186 |   pub fn sovereignty_api(&self) -> &::apis::SovereigntyApi{
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 186 |   pub fn sovereignty_api(&self) -> &dyn (::apis::SovereigntyApi){
[INFO] [stdout]     |                                     +++++                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:190:32
[INFO] [stdout]     |
[INFO] [stdout] 190 |   pub fn status_api(&self) -> &::apis::StatusApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 190 |   pub fn status_api(&self) -> &dyn (::apis::StatusApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:194:34
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn universe_api(&self) -> &::apis::UniverseApi{
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn universe_api(&self) -> &dyn (::apis::UniverseApi){
[INFO] [stdout]     |                                  +++++                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:198:40
[INFO] [stdout]     |
[INFO] [stdout] 198 |   pub fn user_interface_api(&self) -> &::apis::UserInterfaceApi{
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 198 |   pub fn user_interface_api(&self) -> &dyn (::apis::UserInterfaceApi){
[INFO] [stdout]     |                                        +++++                        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:202:32
[INFO] [stdout]     |
[INFO] [stdout] 202 |   pub fn wallet_api(&self) -> &::apis::WalletApi{
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 202 |   pub fn wallet_api(&self) -> &dyn (::apis::WalletApi){
[INFO] [stdout]     |                                +++++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/apis/client.rs:206:30
[INFO] [stdout]     |
[INFO] [stdout] 206 |   pub fn wars_api(&self) -> &::apis::WarsApi{
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 206 |   pub fn wars_api(&self) -> &dyn (::apis::WarsApi){
[INFO] [stdout]     |                              +++++               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `configuration` is never read
[INFO] [stdout]  --> src/apis/client.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct APIClient {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 6 |   configuration: Rc<Configuration>,
[INFO] [stdout]   |   ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/apis/mod.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Fail)]
[INFO] [stdout]   |                 ^---
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 `Fail` is not local
[INFO] [stdout]   |                 move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_Error`
[INFO] [stdout] 5 | pub enum Error {
[INFO] [stdout]   |          ----- `Error` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/apis/mod.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Fail)]
[INFO] [stdout]   |                 ^---
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 `Display` is not local
[INFO] [stdout]   |                 move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_Error`
[INFO] [stdout] 5 | pub enum Error {
[INFO] [stdout]   |          ----- `Error` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_contracts_200_ok.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_contracts_200_ok.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 |   pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdContracts200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `configuration` is never read
[INFO] [stdout]  --> src/apis/client.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct APIClient {
[INFO] [stdout]   |            --------- field in this struct
[INFO] [stdout] 6 |   configuration: Rc<Configuration>,
[INFO] [stdout]   |   ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_notifications_200_ok.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_notifications_200_ok.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |   pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdNotifications200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__in` should have a snake case name
[INFO] [stdout]   --> src/models/get_characters_character_id_stats_isk.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn set__in(&mut self, _in: i64) {
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to snake case: `set_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__in` should have a snake case name
[INFO] [stdout]   --> src/models/get_characters_character_id_stats_isk.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 |   pub fn with__in(mut self, _in: i64) -> GetCharactersCharacterIdStatsIsk {
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to snake case: `with_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset__in` should have a snake case name
[INFO] [stdout]   --> src/models/get_characters_character_id_stats_isk.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 |   pub fn reset__in(&mut self) {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `reset_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_contracts_public_region_id_200_ok.rs:204:10
[INFO] [stdout]     |
[INFO] [stdout] 204 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_contracts_public_region_id_200_ok.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 |   pub fn with__type(mut self, _type: String) -> GetContractsPublicRegionId200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/apis/mod.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Fail)]
[INFO] [stdout]   |                 ^---
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 `Fail` is not local
[INFO] [stdout]   |                 move the `impl` block outside of this constant `_DERIVE_failure_Fail_FOR_Error`
[INFO] [stdout] 5 | pub enum Error {
[INFO] [stdout]   |          ----- `Error` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> src/apis/mod.rs:4:17
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[derive(Debug, Fail)]
[INFO] [stdout]   |                 ^---
[INFO] [stdout]   |                 |
[INFO] [stdout]   |                 `Display` is not local
[INFO] [stdout]   |                 move the `impl` block outside of this constant `_DERIVE_failure_core_fmt_Display_FOR_Error`
[INFO] [stdout] 5 | pub enum Error {
[INFO] [stdout]   |          ----- `Error` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `Fail` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `Fail` may come from an old version of the `failure_derive` crate, try updating your dependency with `cargo update -p failure_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `Fail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 |   pub fn with__type(mut self, _type: String) -> GetCorporationsCorporationIdContracts200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_contracts_200_ok.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_contracts_200_ok.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 |   pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdContracts200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]   --> src/models/get_incursions_200_ok.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]   --> src/models/get_incursions_200_ok.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn with__type(mut self, _type: String) -> GetIncursions200Ok {
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_notifications_200_ok.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_characters_character_id_notifications_200_ok.rs:121:10
[INFO] [stdout]     |
[INFO] [stdout] 121 |   pub fn with__type(mut self, _type: String) -> GetCharactersCharacterIdNotifications200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__in` should have a snake case name
[INFO] [stdout]   --> src/models/get_characters_character_id_stats_isk.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn set__in(&mut self, _in: i64) {
[INFO] [stdout]    |          ^^^^^^^ help: convert the identifier to snake case: `set_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__in` should have a snake case name
[INFO] [stdout]   --> src/models/get_characters_character_id_stats_isk.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 |   pub fn with__in(mut self, _in: i64) -> GetCharactersCharacterIdStatsIsk {
[INFO] [stdout]    |          ^^^^^^^^ help: convert the identifier to snake case: `with_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reset__in` should have a snake case name
[INFO] [stdout]   --> src/models/get_characters_character_id_stats_isk.rs:48:10
[INFO] [stdout]    |
[INFO] [stdout] 48 |   pub fn reset__in(&mut self) {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `reset_in`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_contracts_public_region_id_200_ok.rs:204:10
[INFO] [stdout]     |
[INFO] [stdout] 204 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_contracts_public_region_id_200_ok.rs:208:10
[INFO] [stdout]     |
[INFO] [stdout] 208 |   pub fn with__type(mut self, _type: String) -> GetContractsPublicRegionId200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:242:10
[INFO] [stdout]     |
[INFO] [stdout] 242 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]     |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]    --> src/models/get_corporations_corporation_id_contracts_200_ok.rs:246:10
[INFO] [stdout]     |
[INFO] [stdout] 246 |   pub fn with__type(mut self, _type: String) -> GetCorporationsCorporationIdContracts200Ok {
[INFO] [stdout]     |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set__type` should have a snake case name
[INFO] [stdout]   --> src/models/get_incursions_200_ok.rs:87:10
[INFO] [stdout]    |
[INFO] [stdout] 87 |   pub fn set__type(&mut self, _type: String) {
[INFO] [stdout]    |          ^^^^^^^^^ help: convert the identifier to snake case: `set_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `with__type` should have a snake case name
[INFO] [stdout]   --> src/models/get_incursions_200_ok.rs:91:10
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn with__type(mut self, _type: String) -> GetIncursions200Ok {
[INFO] [stdout]    |          ^^^^^^^^^^ help: convert the identifier to snake case: `with_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.46s
[INFO] running `Command { std: "docker" "inspect" "5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9", kill_on_drop: false }`
[INFO] [stdout] 5ad4f824fb0b6e21c376dfe77831ea74591ade75ec8abd28435e9d095dfe4eb9
